home *** CD-ROM | disk | FTP | other *** search
/ Disc Station 14 / Disc Station Vol 14.BIN / drivers / edge3d / nv / nvmpu401.inf < prev    next >
INI File  |  1996-03-27  |  1KB  |  71 lines

  1. ;---------------------------------------------------------------------------
  2. ;
  3. ;  Description:
  4. ;     INF file to install the MPU401 VxD.
  5. ;
  6. ;    History
  7. ;        12/1/96        tng        author
  8. ;
  9. ;  Copyright (c) 1996 NVidia Corporation.    All Rights Reserved.
  10. ;  Copyright (c) 1996 Diamond Multimedia Systems, Inc.    All Rights Reserved.
  11. ;---------------------------------------------------------------------------
  12.  
  13. [Version]
  14. Signature=$CHICAGO$
  15. Class=MEDIA
  16. Provider=%String0%
  17. LayoutFile=layout.inf
  18.  
  19. [ClassInstall]
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir=11
  23. NVMPU401.Copy=11
  24. NVMPU401.Del=11
  25.  
  26. [Manufacturer]
  27. %String1%=generic
  28.  
  29. [generic]
  30. %String2%=NVMPU401,
  31.  
  32. [NVMPU401]
  33. CopyFiles=NVMPU401.Copy
  34. DelFiles=NVMPU401.Del
  35. AddReg=NVMPU401.addreg
  36. LogConfig=NVMPU401.LC
  37. Reboot
  38.  
  39. [NVMPU401.Copy]
  40. nvmpu401.vxd
  41.  
  42. [NVMPU401.Del]
  43. nvmpu401.vxd
  44.  
  45. [NVMPU401.addreg]
  46. HKR,,Devloader,0,mmdevldr.vxd
  47. HKR,,Driver,0,nvmpu401.vxd
  48.  
  49. [NVMPU401.LC]
  50. ConfigPriority=RESTART
  51. IOConfig=330-301,300-301,230-231
  52.  
  53. [ControlFlags]
  54.  
  55. [NVMPU401.FactDef]
  56. ConfigPriority=RESTART
  57. IOConfig=330-331
  58.  
  59. [NVMPU401.UpdateIni]
  60.  
  61. [SourceDisksNames]
  62. 1="Windows 95 EDGE 3D DX Driver Disk/CDROM",,0
  63.  
  64. [SourceDisksFiles]
  65. nvmpu401.vxd=1
  66.  
  67. [Strings]
  68. String0="Diamond Multimedia Systems"
  69. String1="Diamond Multimedia Systems"
  70. String2="EDGE 3D MPU401 Driver for General Midi in DOS Shell"
  71.